/* 主体 */
img{    object-fit: contain;}
#content {
    width: 100%;
}
#content1, #content3 {
    width: 1200px !important;
    float: none;
    margin: 0 auto;
}
#content2 {
    width: 100% !important;
    float: none;
}

/* 热销产品分类 */
#user_defined7 {
    margin-top: 45px;
}
#user_defined7 .bodyContTitle {
    display: none;
}
#hotpro {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
#hotpro div {
    display: inline-block;
    width: 380px;
}
.hotpro_list2 {
    margin: 0 30px;
}
#hotpro div a {
    display: block;
    width: 100%;
    position: relative;
}
#hotpro div a:after {
    content: "";
    position: absolute;
    background: #f9f9f9;
    width: 100%;
    height: 0px;
    top: 240px;
    left: 0;
    transition: all .35s ease-out;
}
#hotpro div a span {
    display: block;
    text-align: center;
}
.hotpro_word {
    padding-top: 11px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all .35s ease-out;
}
.hotpro_word:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #e80000;
    top: 99px;
    z-index: -1;
    left: 0;
    transition: all .2s ease-out;
}
#hotpro div a:hover:after {
    height: 99px;
}
#hotpro div a:hover .hotpro_word:before {
    width: 0;
    right: 0;
}
#hotpro div a:hover .hotpro_word:after {
    width: 100%;
    height: 5px;
    transition-delay: 0.3s;
    left: 0;
}
.hotpro_name {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.hotpro_con {
    color: #666;
    font-size: 12px;
    line-height: 22px;
    padding: 0 22px;
}

/* 产品 */
#category_nav {
    margin-bottom: 33px;
}
#category_nav .bodyContTitle {
    height: 62px;
    background: none;
    padding: 0;
    margin-top: 95px;
    margin-bottom: 35px;
}
#category_nav .bodyContTitle:before {
    content: "PRODUCT";
    position: absolute;
    color: #000;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: 50px;
    font-family: arial;
    line-height: 42px;
}
#category_nav .bodyContTitle:after {
    content: "产品展示";
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    top: 45px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
#category_nav .bodyContTitle span {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: 0px;
    font-family: arial;
    line-height: 42px;
}
.ygtvitem {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.ygtvlabel {
    color: #666;
    font-size: 14px;
    margin-left: 0 !important;
    display: block;
    position: relative;
    padding: 0 30px;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
}
.ygtvlabel:after {
    content: "";
    position: absolute;
    background: #e80000;
    width: 0%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    z-index: -1;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}
.ygtvlabel:hover {
    color: #fff;
}
.ygtvlabel:hover:after {
    left: 0;
    width: 100%;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
}
.ygtvlp,
.ygtvtn {
    display: none;
}
.treeDiv {
    padding-left: 0;
    text-align: center;
}

/* 新品 */
#newProducts .bodyContTitle {
    display: none;
}
#newProducts .hd {
    margin-bottom: 30px;
}
#newProducts .hd li {
    font-size: 0;
    margin-right: 5px;
}
#newProducts .hd li li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 8px;
    background: #ededed;
    transition: all .35s ease;
    transform: skewX(-30deg);
    cursor: pointer;
}
#newProducts .hd li li.on {
    background: #e80000;
}
.glitzBody li {
    width: 25%;
    margin-bottom: 40px;
    margin-right: 0;
}
.glitzPic, .glitzPic a {
    width: 283px;
    height: 283px;
}
.glitzPic a img {
    width: 100%;
    max-width: 283px;
    max-height: 283px;
}
.glitzBody .txt {
    padding-top: 20px;
    padding-bottom: 16px;
    height: 40px;
    text-align: left;
    padding-left: 27px;
    position: relative;
    transition: all .3s;
}
.glitzBody .txt:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 30px;
    background: #fff;
    transform: skew(-30deg);
    right: 60px;
    transition: all .45s;
    top: 24px;
    opacity: 0;
}
.glitzBody .txt:after {
    content: "→";
    position: absolute;
    color: #e80000;
    font-size: 20px;
    right: 70px;
    top: 27px;
    opacity: 0;
}
.p_name {
    display: block;
    color: #333;
    font-size: 16px;
    transition: all .3s;
}
.p_type {
    color: #999;
    font-size: 12px;
    display: block;
    margin-top: 7px;
    transition: all .3s;
}
.glitzBody li:hover .txt {
    background: #e80000;
}
.glitzBody li:hover .txt a {
    color: #fff;
}
.glitzBody li:hover .txt:before {
    right: 24px;
    opacity: 1;
}
.glitzBody li:hover .txt:after {
    opacity: 1;
    right:37px;
    transition: all .55s;
    transition-delay: 0.2s;
}
.newpro_more a {
    display: block;
    height: 35px;
    width: 155px;
    margin: 0 auto 70px auto;
    position: relative;
    z-index: 1;
}
.newpro_more a span {
    display: block;
    background: url(../images/982eefa9-b506-4f2b-a95b-ccd1ad833e26_1.png) no-repeat top center;
    height: 5px;
    width: 28px;
    line-height: 28px;
    position: absolute;
    left: -15px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    transition: all .35s;
}
.newpro_more a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 33px;
    left: 50%;
    top: 1px;
    background: #e80000;
    z-index: -1;
    transform: skew(0deg);
    transition: all .35s ease-out;
}
.newpro_more a:after {
    content: "";
    position: absolute;
    border: 1px solid #e6e6e6;
    width: 153px;
    height: 33px;
    left: 0;
    background: none;
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
}
.newpro_more a:hover:before {
    width: 153px;
    left: 1px;
    transform: skew(-30deg);
}
.newpro_more a:hover span {
    left: 0;
    transition-delay: 0.1s;
}

/* 简介 */
#user_defined3 .bodyContTitle {
    display: none;
}
#user_defined3 .bodyContContent {
    background-color: #f9f9f9;
    padding: 85px 0;
}
.content_about {
    width: 1200px;
    margin: 0 auto;
}
.content_about:after {
    content: "";
    display: block;
    clear: both;
}
.about_img {
    float: left;
    width: 572px;
}
.about_box {
    float: right;
    width: 560px;
}
.about_box span {
    display: block;
}
.about_box .about_en {
    color: #000;
    display: block;
    width: 100%;
    text-align: left;
    font-style: italic;
    font-size: 50px;
    font-family: arial;
    line-height: 42px;
    font-weight: 700;
    margin-top: 30px;
}
.about_cn {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}
.about_name {
    font-size: 16px;
    margin-top: 22px;
}
.about_con {
    color: #666;
    font-size: 12px;
    line-height: 30px;
}
.about_con p span {
    color: #666;
    font-size: 12px;
    line-height: 30px;
}
.about_box a {
    display: block;
    width: 155px;
    height: 37px;
    text-align: left;
    font-size: 14px;
    line-height: 37px;
    color: #000;
    margin-top: 45px;
    transition: all .45s ease-out;
    position: relative;
    z-index: 1;
}
.about_box a:hover {
    color: #fff;
    text-indent: 50px;
}
.about_box a:after {
    content: "";
    position: absolute;
    background: #e80000;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skew(0deg);
    z-index: -1;
    transition: all .4s ease-out;
}
.about_box a:hover:after {
    width: 100%;
    transform: skew(-30deg);
}

/* 新闻 */
#img_news .bodyContTitle {
    height: 62px;
    background: none;
    padding: 0;
    margin-top: 95px;
    margin-bottom: 35px;
}
#img_news .bodyContTitle:after {
    content: "新闻资讯";
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    top: 45px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
#img_news .bodyContTitle span {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-style: italic;
    font-size: 50px;
    font-family: arial;
    line-height: 42px;
}
#img_news .ul_height:after {
    content: "";
    clear: both;
    display: block;
}
.ul_height li {
    width: 320px;
    padding-left: 60px;
    position: relative;
    float: left;
    height: 280px;
}
.showNewsPic {
    display: inline-block;
    width: 320px;
    height: 182px;
    padding-top: 20px;
}
.showNewsPic img {
    display: block;
    width: 320px;
    height: 182px;
    transition: all .25s ease-out;
}
.img_box h2 a {
    position: absolute;
    left: 60px;
    top: 0;
    height: 20px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease-out;
}
.img_box p {
    color: #666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.txt_info_3 .more {
    text-align: left;
    margin: 10px 0;
}
.txt_info_3 .more a {
    display: block;
    width: 110px;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #e80000;
    transition: all .45s ease-out;
    position: relative;
    z-index: 1;
}
.txt_info_3 .more a:before {
    content: "";
    position: absolute;
    background: url(../images/4b61724b-ac85-4c3f-b6be-d3ca17a4704a_1.png) no-repeat bottom center;
    width: 10px;
    height: 5px;
    transition: all .4s ease-out;
    left: 75px;
    top: 11px;
}
.txt_info_3 .more a:after {
    content: "";
    position: absolute;
    background: #e80000;
    width: 0%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: skew(0deg);
    z-index: -1;
    transition: all .4s ease-out;
}
.ul_height li:hover .more a {
    color: #fff;
    text-indent: 15px;
    margin-left: 10px;
    transition-delay: 0.1s;
}
.ul_height li:hover .more a:before {
    background-position: top center;
    left: 90px;
    transition-delay: 0.3s;
}
.ul_height li:hover .more a:after {
    left: 0;
    width: 100%;
    transform: skew(-30deg);
}
.ul_height li:hover img {
    opacity: 0.8;
}
.ul_height li:hover .img_box h2 a {
    color: #e80000;
}
.img_news_1 {
    margin: 0 30px;
}
.news_more {
    display: block;
    height: 35px;
    width: 155px;
    margin: 70px auto;
    position: relative;
    z-index: 1;
}
.news_more span {
    display: block;
    background: url(../images/982eefa9-b506-4f2b-a95b-ccd1ad833e26_1.png) no-repeat top center;
    height: 5px;
    width: 28px;
    line-height: 28px;
    position: absolute;
    left: -15px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    transition: all .35s;
}
.news_more:hover span {
    left: 0;
    transition-delay: 0.1s;
}
.news_more:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 33px;
    left: 50%;
    top: 1px;
    background: #e80000;
    z-index: -1;
    transform: skew(0deg);
    transition: all .35s ease-out;
}
.news_more:after {
    content: "";
    position: absolute;
    border: 1px solid #e6e6e6;
    width: 153px;
    height: 33px;
    left: 0;
    background: none;
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
}
.news_more:hover:before {
    width: 153px;
    left: 1px;
    transform: skew(-30deg);
}

/* 关注 */
#user_defined4 .bodyContContent {
    background-color: #f9f9f9;
overflow: visible;
}
.footer_follow {
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}
.footer_follow:before {
   content: "";
   position: absolute;
   left: 280px;
   height:100%;
   width:1px;
   background:#fff;
   top:0;
}
.footer_follow:after {
    content: "";
    clear: both;
    display: block;
}
.follow_cont {
    float: left;
    width:240px;
}
.follow_cont span {
    display: block;
    text-align: right;
}
.follow_cn {
    color: #010101;
    font-size: 16px;
    font-family: Microsoft Yahei;
    margin-bottom: 8px;
}
.follow_en {
    font-size: 14px;
    font-family: arial;
    margin-bottom: 15px;
}
.follow_phone {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}
.follow_share {
    float: right;
    position: relative;
}
.share_title {
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
}
.follow_share ul li {
    width: 164px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
    position: relative;
    transition: all .3s ease-in;
    z-index: 1;
    background: #fff;
}
.follow_share ul li:after {
    content: "";
    background: #e80000;
    transform: translateY(100%);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all .3s ease-in;
    opacity: 0;
    visibility: hidden;
}
.follow_share ul li:not(:first-child) {
    border-left: 1px solid #eae9e9;
}
.follow_share ul li a {
    display: inline-block;
    overflow: hidden;
    margin-top: 17px;
    width: 100%;
}
.follow_share ul li a img {
    transition: all .35s ease-in;
}
.share_qq a {
    width: 12px;
    height: 14px;
}
.share_wechat a {
    width: 16px;
    height: 14px;
}
.wechat_none {
position:absolute;
display:block;
width:160px;
height:0px;
    bottom: 50px;
left:0;
transition: all .3s ease-in;
    overflow: hidden;

}
.wechat_none img {
height:auto;
width:100%;
position:absolute;
    bottom: 0px;
left:0;
}
.share_wechat:hover .wechat_none {
height:160px;
    transition-delay: 0.2s;
}
.share_sina a {
    width: 18px;
    height: 14px;
}
.share_tel {
    position: relative;
}
.share_tel a {
    width: 17px;
    height: 14px;
}
.tel_no {
    position: absolute;
    color: #666;
    font-size: 18px;
    width: 178px !important;
    height: 72px !important;
    text-align: center;
    line-height: 62px;
    top: 0px;
    left: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in;
    background: url(../images/922a2a85-10cb-4920-8cd7-ddeb374a589f_1.png) no-repeat;
}
.share_mail a {
    width: 16px;
    height: 12px;
}
.follow_share ul li:hover:after {
    transform: translateY(-100%);
    opacity: 1;
    visibility: visible;
}
.follow_share ul li:hover a img {
    transform: translateY(-50%);
}
.share_tel:hover .tel_no {
    top: -76px;
    opacity: 1;
    visibility: visible;
}